home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 26 / AACD 26.iso / AACD / Online / PHP / include / php / ext / standard / php_standard.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-02-26  |  2.1 KB  |  68 lines

  1. /*
  2.    +----------------------------------------------------------------------+
  3.    | PHP version 4.0                                                      |
  4.    +----------------------------------------------------------------------+
  5.    | Copyright (c) 1997-2001 The PHP Group                                |
  6.    +----------------------------------------------------------------------+
  7.    | This source file is subject to version 2.02 of the PHP license,      |
  8.    | that is bundled with this package in the file LICENSE, and is        |
  9.    | available at through the world-wide-web at                           |
  10.    | http://www.php.net/license/2_02.txt.                                 |
  11.    | If you did not receive a copy of the PHP license and are unable to   |
  12.    | obtain it through the world-wide-web, please send a note to          |
  13.    | license@php.net so we can mail you a copy immediately.               |
  14.    +----------------------------------------------------------------------+
  15.    | Authors:                                                             |
  16.    +----------------------------------------------------------------------+
  17. */
  18.  
  19. /* $Id: php_standard.h,v 1.7 2001/02/26 06:07:23 andi Exp $ */
  20.  
  21. #include "basic_functions.h"
  22. #include "php_math.h"
  23. #include "php_string.h"
  24. #include "base64.h"
  25. #include "php_dir.h"
  26. #include "dns.h"
  27. #include "reg.h"
  28. #include "php_mail.h"
  29. #include "md5.h"
  30. #include "html.h"
  31. #include "exec.h"
  32. #include "file.h"
  33. #include "php_ext_syslog.h"
  34. #include "php_filestat.h"
  35. #include "php_browscap.h"
  36. #include "pack.h"
  37. #include "datetime.h"
  38. #include "microtime.h"
  39. #include "url.h"
  40. #include "pageinfo.h"
  41. #include "cyr_convert.h"
  42. #include "php_link.h"
  43. #include "fsock.h"
  44. #include "php_image.h"
  45. #include "php_iptc.h"
  46. #include "info.h"
  47. #include "uniqid.h"
  48. #include "php_var.h"
  49. #include "quot_print.h"
  50. #include "type.h"
  51. #include "dl.h"
  52. #include "php_crypt.h"
  53. #include "head.h"
  54. #include "php_lcg.h"
  55. #include "php_metaphone.h"
  56. #include "php_output.h"
  57. #include "php_array.h"
  58. #include "php_assert.h"
  59.  
  60. #define phpext_standard_ptr basic_functions_module_ptr
  61.  
  62. /*
  63.  * Local variables:
  64.  * tab-width: 4
  65.  * c-basic-offset: 4
  66.  * End:
  67.  */
  68.